home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
scribble.swf
/
scripts
/
frame_1
/
PlaceObject2_91_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2007-02-20
|
301b
|
12 lines
onClipEvent(enterFrame){
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
framesLoaded = Math.ceil(loaded / total * 100);
gotoAndStop(framesLoaded);
status.text = framesLoaded + " % completed";
if(framesLoaded >= 99)
{
_root.gotoAndStop(2);
}
}